.fundo-branco {
    position: relative;
    background-color: rgb(255, 255, 255);
    width: 1000px;
    padding: 30px 100px;
    top: 80px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.342);
}


/*-----------------------------------------------------------------------------------------------*/

/* -----------------------Table Base */

.widescreen {
    display: none;
}

.th p {
    text-align: center;
    width: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.nome-arquivo, .observacoes, .data-documento, .documentos {
    width: 120px;
    text-align: center;
}

.widescreen tr th {
    text-align: center;
}

.td table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: arial;
}

.analise-x {
    margin-left: 3px;
}

.td .table {
    border-bottom: #999999 solid 1px;
    border-left: #999999 solid 1px;
    border-right: #999999 solid 1px;
    width: max-content;
    margin: auto;
}

.table th, .table td {
    border-right: #999999 solid 1px;
    font-size: 12px;
    padding: 8px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}

.table td:last-child {
    border-right: 0;
}

.table thead th {
    font-weight: normal;
    background-color: #C05860;
    font-size: 15px;
    color: white;
    text-align: center;
    font-weight: 600;
    width: 200px;
}

.tbody tr td {
    width: 200px;
}

.table tbody>tr:nth-child(odd)>td, .table tbody>tr:nth-child(odd)>th {
    background-color: #f8f8f8;
}

.td {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*-----------------------------------------------------------------------------------------------*/

.editar-excluir {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.excluir, .editar {
    margin: auto;
    font-size: 16px;
    height: 28px;
    width: 70px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.excluir {
    border: 1px solid #BE2531;
    transition: .3s;
    color: #BE2531;
}

.excluir:hover {
    background: #BE2531;
    transition: .2s;
    color: white;
}

.editar {
    background: #93AD3E;
    transition: .3s;
    color: white;
}

.editar:hover {
    background: #647a20;
    transition: .2s;
}

/* -------------------------------------------------------------------------- */

.titulo{
    font-weight: 600;
    font-size: 14px;
    padding: 20px;
}
